net/http.http2clientStream.reqCancel (field)
10 uses
net/http (current package)
h2_bundle.go#L7440: reqCancel <-chan struct{}
h2_bundle.go#L8307: reqCancel: req.Cancel,
h2_bundle.go#L8325: case <-cs.reqCancel:
h2_bundle.go#L8400: case <-cs.reqCancel:
h2_bundle.go#L8438: case <-cs.reqCancel:
h2_bundle.go#L8515: case <-cs.reqCancel:
h2_bundle.go#L8561: case <-cs.reqCancel:
h2_bundle.go#L8580: case <-cs.reqCancel:
h2_bundle.go#L8922: case <-cs.reqCancel:
h2_bundle.go#L9701: case <-cs.reqCancel:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |